<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*瀵艰埅*/
nav{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}
.top-nav-cont{
    height: 0.6rem;
}
.top-nav-cont.active{
    background-color: rgba(0,1,3,.1);
}
.top-nav-left-cont{
    float: left;
    font-size: 0;
}
.top-nav-left-cont div{
    display: inline-block;
    height: 0.6rem;
}
.left-nav-btn{
    width: 0.96rem;
    background: url(/resource/images/index/left-nav-btn.png) center center no-repeat;
    /*background: url(/resource/images/index/left-nav-btn-1.png) center center no-repeat;*/
    background-size: 0.28rem 0.21rem;
    cursor: pointer;
}
.left-nav-btn.active{
    background: #540306 url(/resource/images/index/left-nav-btn.png) center center no-repeat;
    background-size: 0.28rem 0.21rem;
}
.top-nav-logo{
    width: 1.6rem;
    background: #a00f13 url(/resource/images/index/logo-white.svg) center center no-repeat;
    background-size: 1.39rem 0.3rem;
}
.top-nav-left-title{
    line-height: 0.6rem;
    font-size: 0.16rem;
    color: #fff;
    vertical-align: top;
    margin-left: 0.24rem;
}
.top-nav-right-cont{
    float: right;
    font-size: 0;
    height: 0.6rem;
}
.top-nav-right-nav{
    display: inline-block;
    vertical-align: top;
}
.top-nav-right-nav li{
    display: inline-block;
}
.top-nav-right-nav li a{
    font-size: 0.16rem;
    color: #666;
    padding: 0 0.2rem;
    line-height: 0.6rem;
}
.language-cont{
    display: inline-block;
}
.language-cont .stock-box{
    display: inline-block;
    height: 0.34rem;
    margin-top: 0.13rem;
    border-left: 1px solid #fff;
    /*border-left: 1px solid #666;*/
    padding-left: 0.28rem;

}
.language-cont .stock-box a{
    display: inline-block;
    font-size: 0.16rem;
    font-weight: 400;
    font-style: normal;
    line-height: 0.34rem;
    text-align: center;
    color: #fff;
    /*color: #666;*/
}
.language-cont .language-box{
    display: inline-block;
    height: 0.34rem;
    width: 1.77rem;
    /*margin-top: 0.13rem;*/
    /*border-left: 1px solid #666;*/
    padding-left: 0.28rem;
    background: url(/resource/images/index/language_white.png) 0.24rem center no-repeat;
    position: relative;
}
.language-cont .language-box:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 0.06rem solid transparent;
    border-left: 0.06rem solid #fff;
    /*border-left: 0.06rem solid #AFABAB;*/
    position: absolute;
    right: 0.24rem;
    top: 0.13rem;
}
.language-cont .language-box .language-active{
    font-size: 0.16rem;
    color: #fff;
    /*color: #666;*/
    line-height: 0.34rem;
    margin-left: 0.4rem;
}
/*宸︿晶瀵艰埅*/
.left-nav-cont{
    width: 2.56rem;
    height: 7rem;
    background-color: rgba(51,0,0,.9);
    position: relative;
    display: none;
}
.left-nav-cont.active{
    display: block;
}
.left-nav-cont .left-nav-nav .nav-hover{
    display: block;
    min-height: 0.8rem;
    position: relative;
}
.left-nav-cont .left-nav-nav .first-nav-cont{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.left-nav-cont .left-nav-nav .first-nav-cont.technology{
    background: url(/resource/images/index/nav-technology.png) 0.37rem 0.29rem no-repeat;
    background-size: 0.33rem 0.17rem;
}
.left-nav-cont .left-nav-nav .first-nav-cont.solution{
    background: url(/resource/images/index/nav-solution.png) 0.37rem 0.29rem no-repeat;
    background-size: 0.27rem 0.27rem;
}
.left-nav-cont .left-nav-nav .first-nav-cont.platform{
    background: url(/resource/images/index/nav-ai-platform.png) 0.37rem 0.29rem no-repeat;
    background-size: 0.29rem 0.28rem;
}
.left-nav-cont .left-nav-nav .first-nav-cont.product{
    background: url(/resource/images/index/nav-ai-product.png) 0.37rem 0.29rem no-repeat;
    background-size: 0.30rem 0.30rem;
}
.left-nav-cont .left-nav-nav .first-nav-cont.about{
    background: url(/resource/images/index/nav-about.png) 0.37rem 0.29rem no-repeat;
    background-size: 0.28rem 0.28rem;
}
.left-nav-cont .left-nav-nav .first-nav-cont.career{
    background: url(/resource/images/index/nav-career.png) 0.37rem 0.29rem no-repeat;
    background-size: 0.28rem 0.28rem;
}
.left-nav-cont .left-nav-nav .first-nav-cont.investor{
    background: url(/resource/images/index/nav-investor.png) 0.37rem 0.29rem no-repeat;
    background-size: 0.28rem 0.28rem;
}

.left-nav-cont .left-nav-nav .first-nav-cont.photo-studio-ai{
    background: url(/resource/images/index/nav-photo-studio-ai.png) 0.37rem 0.29rem no-repeat;
    background-size: 0.28rem 0.28rem;
}

.left-nav-cont .left-nav-nav .first-nav-cont:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 0.04rem solid transparent;
    border-left: 0.04rem solid #9d8282;
    position: absolute;
    right: 0.2rem;
    top: 0.27rem;
}
.left-nav-cont .left-nav-nav .nav-hover:hover .first-nav-cont:after{
    border-left: 0.04rem solid #d3c77a;
}
.left-nav-cont .left-nav-nav .nav-hover:hover .first-nav-cont{
    background-color: rgba(255,255,255,.1);
}
@media screen and (min-width:1200px){
    .left-nav-cont .left-nav-nav .nav-hover:hover .second-nav-cont{
        display: block;
    }
}
.left-nav-cont .left-nav-nav .first-nav-cont .title{
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.26rem;
    padding-top: 0.2rem;
    margin-bottom: 0.05rem;
    text-indent: 0.96rem;
}
.left-nav-cont .left-nav-nav .first-nav-cont .text{
    color: rgba(255,255,255,.3);
    font-size: 0.14rem;
    line-height: 0.14rem;
    text-indent: 0.96rem;
    padding-bottom: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-nav-cont .left-nav-nav .second-nav-cont{
    position: fixed;
    left: 2.56rem;
    top: 0.6rem;
    /*width: 176px;*/
    width: 2.1rem;
    height: 7rem;
    background-color: rgba(72,26,28,.9);
    color: #fff;
    display: none;
    padding-left: 0.24rem;
    padding-right: 0.3rem;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-face-color: #ffcc00;
    scrollbar-track-color: #fff;
}
.left-nav-cont .left-nav-nav .second-nav-cont::-webkit-scrollbar {
    width: 3px;
    height: 0;
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 20px;
}
/* 婊氬姩鏉＄殑婊戣建鑳屾櫙棰滆壊 */
.left-nav-cont .left-nav-nav .second-nav-cont::-webkit-scrollbar-track {
    background-color: #000;
    border-radius: 2px;
}
/* 婊戝潡棰滆壊 */
.left-nav-cont .left-nav-nav .second-nav-cont::-webkit-scrollbar-thumb {
    background-color: #ffdc00;
    border-radius: 6px;
    padding-right: 20px;
}
/*鍐呭眰杞ㄩ亾鐨勯鑹�*/
.left-nav-cont .left-nav-nav .second-nav-cont::-webkit-scrollbar-track-piece {
    background: url(/resource/images/line.png) #5a3032;
    padding-right: 20px;
}
/* 婊戣建涓ゅご鐨勭洃鍚寜閽鑹� */
.left-nav-cont .left-nav-nav .second-nav-cont::-webkit-scrollbar-button {
    background-color: #b5a3a3;
    width: 0;
    height: 0;
}
/* 妯悜婊氬姩鏉″拰绾靛悜婊氬姩鏉＄浉浜ゅ灏栬鐨勯鑹� */
.left-nav-cont .left-nav-nav .second-nav-cont::-webkit-scrollbar-corner {
    background-color: black;
}


.left-nav-cont .left-nav-nav .second-nav-cont.active{
    display: block;
}
.left-nav-cont .left-nav-nav .second-nav-cont .second-item{
    margin-top: 0.17rem;
}
.left-nav-cont .left-nav-nav .second-nav-cont .second-item:hover a{
    color: #fff;
}
.left-nav-cont .left-nav-nav .second-nav-cont .second-item a:hover{
    color: rgba(255,255,102,1);
}
.left-nav-cont .left-nav-nav .second-nav-cont .second-item-title{
    font-size: 0.16rem;
    line-height: 0.26rem;
    border-bottom: 1px solid rgba(255,255,255,.4);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-nav-cont .left-nav-nav .second-nav-cont .second-item.active .second-item-title{
    border-bottom: 1px solid rgba(255,255,102,.5);
}
.left-nav-cont .left-nav-nav .second-nav-cont li{
    /*line-height: 0.3rem;
    height: 0.3rem;*/
    height: 30px;
    line-height: 30px;
}
.left-nav-cont .left-nav-nav .second-nav-cont li a{
    font-size: 0.14rem;
    /*line-height: 0.3rem;*/
    line-height: 30px;
    color: rgba(255,255,255,.4);
    padding-left: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    display: block;
    width: 100%;
}

.left-nav-cont .left-nav-logo{
    position: absolute;
    left: 0.54rem;
    bottom: 0.35rem;
    width: 1.39rem;
    opacity: .3;
}

@charset "utf-8";
/*澶撮儴瀵艰埅*/
/*body{ font-family:"Microsoft Yahei","Hiragino Sans GB",tahoma,arial}*/
.top{
    width:100%;
    height:0.6rem;
    background-color: #fff;
}
.top-cont{
    width:92%;
    margin: 0 auto;
    position: relative;
}
.logo{
    display: inline-block;
    float: left;
    width: 128rem;
    height: 0.32rem;
    margin-top: 0.1rem;
    background-image: url(/resource/images/logo3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.28rem 0.32rem;
}
.top-nav .nav-two dd i{
    font-style: normal;
    margin-right: 0.05rem;
    font-size: 0.2rem;
}
.top-nav .nav-two dd:hover{
    /*background-color: #fff;*/
}
.top-nav .nav-two dd:hover &gt; a{
    color:#9c0f13;
}



.top-nav{
    font-size: 0;
    text-align: right;
    display: inline-block;
}
.top-nav &gt; ul &gt; li{
    display: inline-block;
    position: relative;
    padding:0 0.25rem;
}

.top-nav &gt; ul &gt; li:hover .nav-two{
    display: block;
}
.top-nav &gt; ul &gt; li &gt; a{
    display: inline-block;
    margin: 0.1rem 0;

    font-size: 0.16rem;
    font-weight: 400;
    font-style: normal;
    line-height: 0.4rem;
    text-align: center;
    color:#fff;
    /*color:#666;*/
}
.top-nav &gt; ul &gt; li &gt; a:hover{ border-bottom:1px solid #f95459; }
.arrow-up {
    width:0;
    height:0;
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
    border-bottom: 0.1rem solid #fff;
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    position: relative;
}
.arrow-up:after{
    content: '';
    position: absolute;
    top: -1px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #7d2b36;
    z-index: -1;
}
.top-nav .nav-two{
    position: absolute;
    background-color: rgba(255,255,255,0.98);
    z-index: 99999;
    display: none;
    padding: 0.2rem 0.25rem;
    top: 0.6rem;
    opacity:1;
    color:#fff;
    /*box-shadow:0px 0px 5px #ccc;*/
    border: 1px solid #7d2b36;
    border-radius: 3px;
}


.top-nav .about,
.top-nav .develop
{
    right: -1rem;
}
.top-nav .nav-two dl{
    width: 5.4rem;
    overflow: hidden;
}
.top-nav .small dl{
    width: 3.6rem;
    overflow: hidden;
}
.top-nav .nav-two dl:before{
    content: '';
    display: block;
    border-bottom: 1px solid #b2b2b2;
    position: relative;
    top: 0.24rem;
}
.top-nav .nav-two dl + dl{
    /*border-top: thin solid #c6c6c6;*/
    margin-top: 0.1rem;
    padding-top: 0.1rem;
}
.top-nav .nav-two dt{
    /*line-height: 0.2rem;*/
    text-align: left;
    border-left: 0.08rem solid #b81c22;
    padding-left: 1px;
    margin-bottom: 0.12rem;
}
.top-nav .nav-two dt a {
    font-weight: 700;
    text-decoration: none;
    border-left: 2px solid #b81c22;
    line-height: 0.2rem;
    padding-left: 0.1rem;
    /*display: inherit;*/
    display: inline-block;
}
.top-nav .nav-two dd{
    line-height: 0.16rem;
    float: left;
    text-align: left;
    width: 1.8rem;
    margin-top: 0.18rem;
    border-left: 2px solid #b81c22;
    margin-left: 0.25rem;
    padding-left: 0.12rem;
}
.top-nav .nav-two dd a{
    color:#000;
    display: inherit;
}
.top-nav .nav-two dt a{
    color:#000;
}
.top-nav .nav-two dt a .title-ai{
    color:#f00;
    font-size: 0.14rem;
}
.top-nav .nav-two.solution dl{
    width: 6.6rem;
}
.top-nav .nav-two.solution dd{
    width: 1.8rem;
}
.top-nav .nav-two.product dl{
    width: 1.8rem;
}



.top-cont .languageBox  .active{
    color: #E4153F;
}
.top-cont .languageBox{
    position: absolute;
    right: 0;
    top: 0.33rem;
}
.menu{
    width: 0.32rem;
    height: 0.32rem;
    position: absolute;
    right: 0;
    top: 0.09rem;
    cursor: pointer;
}
.menu img{
    width: 100%;
}
.mobilemenu-screen{
    background: rgba(0,0,0,0.5) 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    will-change: transform;
}
.product-phone-type{
    margin-left: 20px;
    font-size: 12px;
}
.product-phone-type .type{
    cursor: pointer;
}
.product-phone-type .middle{
    margin: 0 3px;
}
.product-phone-type span{
    color: #666;
}
.product-phone-type .type.active{
    color: #a00f13;
}

/*澶撮儴瀵艰埅mobile*/
@media screen and (max-width:1370px){
    .top-nav{
        display: none;
    }
    .language-cont{
        display: none;
    }
}
@media (min-width:640px){
    html{font-size:100px;}
}
@media (min-width:631px) and (max-width:639px){html{font-size:98.58px;}}
@media (min-width:622px) and (max-width:630px){html{font-size:97.21px;}}
@media (min-width:613px) and (max-width:621px){html{font-size:95.83px;}}
@media (min-width:604px) and (max-width:612px){html{font-size:94.42px;}}
@media (min-width:595px) and (max-width:603px){html{font-size:93.04px;}}
@media (min-width:586px) and (max-width:594px){html{font-size:91.67px;}}
@media (min-width:577px) and (max-width:585px){html{font-size:90.25px;}}
@media (min-width:568px) and (max-width:576px){html{font-size:88.88px;}}
@media (min-width:559px) and (max-width:567px){html{font-size:87.5px;}}
@media (min-width:550px) and (max-width:558px){html{font-size:86.08px;}}
@media (min-width:541px) and (max-width:549px){html{font-size:84.71px;}}
@media (min-width:533px) and (max-width:540px){html{font-size:83.33px;}}
@media (min-width:524px) and (max-width:532px){html{font-size:82.92px;}}
@media (min-width:515px) and (max-width:523px){html{font-size:80.54px;}}
@media (min-width:506px) and (max-width:514px){html{font-size:79.17px;}}
@media (min-width:497px) and (max-width:505px){html{font-size:77.75px;}}
@media (min-width:488px) and (max-width:496px){html{font-size:76.38px;}}
@media (min-width:480px) and (max-width:487px){html{font-size:75px;}}
@media (min-width:471px) and (max-width:479px){html{font-size:73.58px;}}
@media (min-width:462px) and (max-width:470px){html{font-size:72.21px;}}
@media (min-width:453px) and (max-width:461px){html{font-size:70.83px;}}
@media (min-width:444px) and (max-width:452px){html{font-size:69.42px;}}
@media (min-width:435px) and (max-width:443px){html{font-size:68.04px;}}
@media (min-width:426px) and (max-width:434px){html{font-size:66.67px;}}
@media (min-width:417px) and (max-width:425px){html{font-size:65.25px;}}
@media (min-width:408px) and (max-width:416px){html{font-size:68.88px;}}
@media (min-width:400px) and (max-width:407px){html{font-size:62.5px;}}
@media (min-width:391px) and (max-width:399px){html{font-size:61.08px;}}
@media (min-width:382px) and (max-width:390px){html{font-size:59.71px;}}
@media (min-width:374px) and (max-width:381px){html{font-size:58.33px;}}
@media (min-width:365px) and (max-width:373px){html{font-size:56.92px;}}
@media (min-width:356px) and (max-width:364px){html{font-size:55.54px;}}
@media (min-width:347px) and (max-width:355px){html{font-size:54.17px;}}
@media (min-width:338px) and (max-width:346px){html{font-size:52.75px;}}
@media (min-width:329px) and (max-width:337px){html{font-size:51.83px;}}
@media (max-width:328px){html{font-size:50px;}}
@media (max-width:640px){
    .left-nav-cont .left-nav-nav .second-nav-cont li a{
        color: #fff;
    }
    .left-nav-cont .left-nav-nav .second-nav-cont .second-item-title{
        margin-bottom: 10px;
        color: #ffdc00;
    }
    .left-nav-cont .left-nav-nav .second-nav-cont .second-item:last-child{
        margin-bottom: 20px;
    }
}


@media \0screen\,screen\9 {
    /* 鍙敮鎸両E6銆�7銆�8 */
    .top-nav .nav-two {
        background-color: #9c0f13;
        filter: Alpha(opacity=90);
        position: static; /* IE6銆�7銆�8鍙兘璁剧疆position:static(榛樿灞炴€�) 锛屽惁鍒欎細瀵艰嚧瀛愬厓绱犵户鎵緼lpha鍊� */
        *zoom: 1; /* 婵€娲籌E6銆�7鐨刪aslayout灞炴€э紝璁╁畠璇绘噦Alpha */
    }
}</pre></body></html>